home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // RadioMatrixEx
- // by Charles Lloyd
- ////////////////////////
-
-
- RadioComposite: RadioMatrix {
- matrixName="AlphabetMatrix";
- valueStringsList=aCompositeStringList;
- selectedItem=aRadioChoiceString;
- borderSize= 3;
- isVertical = YES;
- };
-
- ChoiceForm: WOForm {
- action=displayChoice;
- };
-
- ChoiceString: WOString {
- value=aRadioChoiceString;
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "RadioMatrix";
- };
-
- ShowSourceControls: ShowSource {
- componentName = "RadioMatrix";
- };
-